[Rails] Where to put this code?

Posted by user305270 on Stack Overflow See other posts from Stack Overflow or by user305270
Published on 2010-04-01T13:15:32Z Indexed on 2010/04/01 13:43 UTC
Read the original article Hit count: 308

Filed under:

[Rails] Where to put this code?

I have a user1 and when another registered user2 sees the profile of user1, has some buttons on it: ['add as friend', 'give me your number', 'give me your email', 'ask her out', 'view photos']. The 1,2,3,4 are POST, with AJAX. Now, i have to make a new controller named 'ProfileActionsController' or i should put this code in the 'UsersController'?

or maybe a another posiibility? thanks ;)

© Stack Overflow or respective owner

Related posts about ruby-on-rails